home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / uw201.zip / UW_HELP0.HLP < prev    next >
Text File  |  1991-10-07  |  20KB  |  348 lines

  1. `color(RED,LIGHTGRAY);<<<<<<<<<<<<<<<< Welcome to EnQue's UltraWin V2.0 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>`color();
  2. `tab(2);`color_default(LIGHTGRAY,BLUE);`color_keyword(YELLOW,BLUE);`color_first_char(LIGHTCYAN,BLUE);
  3.  
  4.                                                          `keyword(Introduction,/// Introduction);
  5.                                                  `keyword(Ordering Information,/// Ordering Information);
  6.                                                      `keyword(Version History,/// Version History);
  7.                                                             `keyword(Disclaimer,/// Disclaimer);
  8.                                                     `keyword(The UltraWin Library,/// The UltraWin Library );
  9.  
  10. ┌──────────────────────────────────────────────────────────────────────────┐
  11. │                          `keyword(Structures/Globals,[uw_help1.hlp]/// Structures/Globals);                              │
  12. │           `keyword(Video Initialization,[uw_help1.hlp]/// Video Initialization);       `keyword(Window Maintenance,[uw_help1.hlp]/// Window Maintenance);                  │
  13. │           `keyword(Window I/O Routines,[uw_help2.hlp]/// Window I/O Routines);        `keyword(Cursor Routines,[uw_help2.hlp]/// Cursor Routines);                     │
  14. │           `keyword(Tab Stop Control,[uw_help2.hlp]/// Tab Stop Control);           `keyword(The Keyboard/Mouse,[uw_help3.hlp]/// The Keyboard/Mouse);                  │
  15. │           `keyword(The Window Manager,[uw_help3.hlp]/// The Window Manager);         `keyword(Rectangle Functions,[uw_help4.hlp]/// Rectangle Functions);                 │
  16. │           `keyword(Data Entry,[uw_help4.hlp]/// Data Entry);                 `keyword(Menuing,[uw_help4.hlp]/// Menuing);                             │ 
  17. │           `keyword(Font/EGA Control,[uw_help5.hlp]/// Font/EGA Control);           `keyword(Print Support,[uw_help6.hlp]/// Print Support);                       │ 
  18. │           `keyword(General Macros,[uw_help5.hlp]/// General Macros);             `keyword(Window Macros,[uw_help5.hlp]/// Window Macros);                       │
  19. │           `keyword(Timer/Sound Support,[uw_help6.hlp]/// Timer/Sound Support);        `keyword(Ctrl-C/Ctrl-Break Control,[uw_help6.hlp]/// Ctrl-C/Ctrl-Break Control);           │ 
  20. │           `keyword(Graphics Support,[uw_help5.hlp]/// Graphics Support);           `keyword(Note to Microsoft C Users,/// Note to Microsoft C Users);           │ 
  21. └──────────────────────────────────────────────────────────────────────────┘
  22.  
  23. `color(RED,LIGHTGRAY);───────────────────────── /// Introduction ─────────────────────────────────`color();
  24.  
  25.         Welcome to the UltraWin library, version 2.01 ( (C) 1990,91 ) from
  26.     EnQue software!  With this release we at EnQue provide the PC
  27.   programming world with an excellent tool for developing text based
  28.   applications with impressive windowing capability.  The UltraWin
  29.   library is written in 100% portable C, with the source compiling
  30.   without modification for the PC's 4 most popular C and C++ compilers.
  31.  
  32.     This help engine was written in C, utilizing only a few of the
  33.   functions of the library. It was designed especially for the UltraWin
  34.   documentation, allowing the user to be able to access information
  35.   about each of the UltraWin functions with ease.  See the separate help
  36.   documentation for more information about our hypertext help engine.
  37.     The help system uses a number of separate help files, but you
  38.     need not worry about this.  Simply page through the help, tabbing
  39.     to the desired topic (Shift-tab reverses directions), and press
  40.     enter.  The help engine will take you to the proper location in the
  41.     proper file.  The first letter of a keyword will also hilite that
  42.     keyword.  Backspace will take you to the previous topic/file. When
  43.     you wish to exit the help engine, simply press 'Q' for Quit.  
  44.  
  45.         If you are a Borland C/Turbo C user, you can load our tiny tckbd.com
  46.   TSR.  This 4k routine allows you to invoke our help engine from the
  47.   Integrate Environment, searching for the function/keyword your cursor
  48.     is located on, much the same way that Borland's help works.  To do
  49.     this, you must setup our help engine as a Transfer program.  See
  50.     your Borland manual for details.  Include on the command line 
  51.     parameter the $NOSWAP macro so that our help will overlay and restore
  52.     the current window.  A typical command line within the Transfer mode
  53.     for EGA/VGA 43/50 row mode for the enqhelp.exe might look like this:
  54.     "$NOSWAP uw_help0.hlp 1 0 0 0 20 43".  The first numeric parameter
  55.     is set to 1, the next is a search string (not used when previous parameter
  56.     is 1), and the next four numeric parameters are the screen coordinates,
  57.     start x, start y, end x, end y.  These four parameters are optional as
  58.     a default window will be created.
  59.       
  60.       You may also run the help engine directly from the command line
  61.     removing the $NOSWAP macro.  You need not load tckbd.com to do this.
  62.     (tckbd.com merely allows the help engine to read the word that your
  63.     cursor is currently pointing to - it does not ever have to be loaded,
  64.     it merely adds functionality).
  65.  
  66. `color(RED,LIGHTGRAY);───────────────────────── /// Ordering Information ─────────────────────────`color();
  67.  
  68.         This release of the UltraWin library includes the small model
  69.     version of the library for the Borland TurboC compilers (both 2.0
  70.     and C++ 1.0), and Microsoft C 5.0, this enqhelp.exe program and
  71.     associated documentation, and a demo program that shows some of the
  72.     unique features of this library.  This package is released to the
  73.     public, so feel free to distribute it to your friends, place it in
  74.     your user's group library, or upload it to your favorite BBS!
  75.  
  76.         Many programs can be written to utilize the small model version.
  77.     However,  some applications lend themselves only to the large model.
  78.     To obtain the large models for the four compilers, or complete source
  79.     code, please order directly from EnQue.
  80.  
  81.     The full UltraWin package with large model libraries can be
  82.   obtained from EnQue without taking a second mortgage on your home.
  83.   UltraWin 2.01 is available, along with complete source code for $39.95.
  84.   This price includes complete printed documentation for UltraWin and
  85.   InTUItion, our Text-User-Interface construction program.  In addition,
  86.   you receive the latest version of our help engine and the font editor
  87.   for EGA/VGA. Also, the source comes with batch files that will build
  88.   for you the large or small libraries for any of the four compilers, and
  89.   are easily modified to build any library model. To fill out and print the
  90.   order form, run the demo and fill in the appropriate information, and
  91.   press <Shift-PrtSc)!  If you do not have a printer, just display the
  92.   order form and copy down the information and mailing address.  A simple
  93.   check or money order will suffice, but please don't send cash, as if it
  94.   gets lost or stolen in the mail we'll not be able to fill your order!
  95.  
  96. `color(RED,LIGHTGRAY);──────────────────────────── /// Version History ───────────────────────────`color();
  97.  
  98.   10/12/90  --  Version 1.00
  99.     The initial release of the UltraWin library.  The demo program,
  100.     demo source, documentation and the small model of the library were
  101.     released to the public.  The small model library was generated with
  102.         TurboC++.
  103.  
  104.   10/25/90 -- Version 1.10
  105.     Users of TurboC 2.0 found errors when linking the small library
  106.     for version 1.00.  It turned out that libraries generated with
  107.     TurboC++ are NOT compatible with the older TurboC 2.0.  Support
  108.     was added for not only TurboC 2.0, but also Zortech C++ 1.5 and
  109.     Microsoft C 5.0. The small libraries for all three compilers were
  110.     released to the public along with documentation, demo program and
  111.     demo source.
  112.  
  113.   11/11/90 -- Version 1.20
  114.     Users of TurboC++ 1.0 voiced requests to make UltraWin linkable
  115.     using TurboC++ with .CPP files.  The TurboC 2.0 and TurboC++
  116.     library from version 1.10 would link fine with a C project, but
  117.     not a C++ project.  The source was recompiled and the small model
  118.     for TurboC++ that links in with other .CPP files was released.
  119.  
  120.   12/29/90 -- Version 1.21
  121.     The menu_system() function's ability to allow the user to press a
  122.     single key for the first letter of a menu item did not behave
  123.     properly with key return values greater than 255.  This was due to
  124.     a side affect with calling the toupper() macro with an integer
  125.     value.  The toupper() macro call was replaced with a function that
  126.     behaves as expected.
  127.  
  128.   09/08/91 -- Version 2.00
  129.     Version 2.00 adds many additional capabilities including background
  130.     printing support, EGA/VGA downloadable fonts with font editor,
  131.     context-sensitive help, enhanced data entry, clock interrupt support
  132.     and much more.  Zortech compiler support is unfortunately dropped
  133.     due to a lack of compatibility.  Borland/Microsoft support remains.
  134.  
  135.     InTUItion, a text-user-interface construction toolkit is also released
  136.         allowing programs using UltraWin to be written in record time.  The
  137.         tools and small model libraries are available on EnQue's BBS.
  138.  
  139.   10/08/91 -- Version 2.01
  140.     Version 2.01 solves several minor problems with V2.00 and forms the
  141.     official commercial release. (Yes, this package is the small model
  142.     of a commercial product).  The window structure has been changed to
  143.     reduce memory requirements and allow for future enhancements.
  144.  
  145. `color(RED,LIGHTGRAY);──────────────────────────── /// Disclaimer ────────────────────────────────`color();
  146.  
  147.                        UltraWin by EnQue Software
  148.  
  149.     UltraWin is a user supported windowing library for the IBM PC.  
  150.   UltraWin is copyrighted material, however, you are free to copy and
  151.   distribute this software in its original archive file provided
  152.   there is no charge.  You also are free to distribute any executables
  153.   generated with this library.  We at EnQue encourage your registration
  154.   for the benefit of all.  The registration information is provided in
  155.   the uw_demo.exe program.  Registering your copy provides you with free
  156.   BBS technical support as well as free software upgrades.
  157.  
  158.     Though EnQue strives to provide the highest quality software
  159.   products at the lowest possible price, we cannot accept responsibility
  160.   for any damages that may be incurred by their use.
  161.  
  162. `color(RED,LIGHTGRAY);────────────────────── /// Note to Microsoft C Users ───────────────────────`color();
  163.   The UltraWin library is compatible with the Microsoft C compilers.
  164. However, the graphics support module, "uw_graph" cannot be compiled as it is
  165. written in Borland's inline assembler format, mixed with C. This presents no
  166. problems however as the provided object modules "uw_grphl.obj and
  167. uw_grphs.obj" for large/small model will link properly.  Due to
  168. compatibility problem between Borland and Microsoft, this module must be
  169. linked in with all programs.  If you are using the library, this module is
  170. already present.  In addition, Microsoft does not have an interrupt routine
  171. that allows access to the BP register.  This is required when using the
  172. extended EGA/VGA font routines.  Two object files, "intrl.obj and intrs.obj"
  173. for large/small model must be linked in as well.  These, too, are in the
  174. supplied library.
  175.   This should cause no problems as these routine should not be modified;
  176. the rest of the library compiles with no warnings or errors. Batch
  177. files are included to rebuild the libraries.
  178.  
  179.  
  180. `color(RED,LIGHTGRAY);──────────────────────── /// The UltraWin Library ──────────────────────────`color();
  181.  
  182.     The UltraWin library is one of the most, if not the most powerful
  183.   text windowing library available for IBM PC and compatible computers.
  184.   It was written specifically for systems that use text displays with
  185.   many windows that overlap and update real-time in the background.
  186.   An exhaustive array of output functions are available, with full
  187.   color control, scrolling (both up and down), and masking
  188.   capabilities.  Also included are input functions for data entry such
  189.   as strings, dates, prices, and even user-definable templates.
  190.   Background printing support, EGA/VGA font and palette control, Timer
  191.   control, and this hypertext help engine are added for version 2.00.
  192.  
  193. `co(10,1);/// General Macros`co(7,1);
  194. `keyword(A) hibyte,[uw_help5.hlp]/// hibyte);
  195. `keyword(B) lobyte,[uw_help5.hlp]/// lobyte);
  196. `keyword(C) lower,[uw_help5.hlp]/// lower);
  197. `keyword(D) range,[uw_help5.hlp]/// range);
  198. `keyword(E) swap,[uw_help5.hlp]/// swap);
  199. `keyword(F) upper,[uw_help5.hlp]/// upper);
  200.  
  201. `co(10,1);/// Window Macros`co(7,1);
  202. `keyword(A) cls,[uw_help5.hlp]/// cls);
  203. `keyword(B) mv_cs,[uw_help5.hlp]/// mv_cs);
  204. `keyword(C) wn_att,[uw_help5.hlp]/// wn_att);
  205. `keyword(D) wn_bdratt,[uw_help5.hlp]/// wn_bdratt);
  206. `keyword(E) wn_bdr_color,[uw_help5.hlp]/// wn_bdr_color);
  207. `keyword(F) wn_color,[uw_help5.hlp]/// wn_color);
  208. `keyword(G) wn_name,[uw_help5.hlp]/// wn_name);
  209. `keyword(H) wn_name_loc,[uw_help5.hlp]/// wn_name_loc);
  210. `keyword(I) wn_read,[uw_help5.hlp]/// wn_read);
  211. `keyword(J) wn_restore,[uw_help5.hlp]/// wn_restore);
  212. `keyword(K) wn_rfsh,[uw_help5.hlp]/// wn_rfsh);
  213. `keyword(L) wn_save,[uw_help5.hlp]/// wn_save);
  214.  
  215. `co(10,1);/// Functions`co(7,1);
  216. `keyword(A) add_window,[uw_help3.hlp]/// add_window);
  217. `keyword(B) blink_enable,[uw_help5.hlp]/// blink_enable);
  218. `keyword(C) check_key,[uw_help3.hlp]/// check_key);
  219. `keyword(D) clear_mask,[uw_help1.hlp]/// clear_mask);
  220. `keyword(E) cr_inrect,[uw_help4.hlp]/// cr_inrect);
  221. `keyword(F) cr_inwindow,[uw_help3.hlp]/// cr_inwindow);
  222. `keyword(G) csr_hide,[uw_help2.hlp]/// csr_hide);
  223. `keyword(H) csr_show,[uw_help2.hlp]/// csr_show);
  224. `keyword(I) csr_style,[uw_help2.hlp]/// csr_style);
  225. `keyword(J) decode_color,[uw_help5.hlp]/// decode_color);
  226. `keyword(K) disp_print_stats,[uw_help6.hlp]/// disp_print_stats);
  227. `keyword(L) do_menu,[uw_help4.hlp]/// do_menu);
  228. `keyword(M) encode_color,[uw_help5.hlp]/// encode_color);
  229. `keyword(N) end_clock,[uw_help6.hlp]/// end_clock);
  230. `keyword(O) end_mouse,[uw_help3.hlp]/// end_mouse);
  231. `keyword(P) end_printer,[uw_help6.hlp]/// end_printer);
  232. `keyword(Q) end_video,[uw_help1.hlp]/// end_video);
  233. `keyword(R) event_pending,[uw_help3.hlp]/// event_pending);
  234. `keyword(S) force_video,[uw_help1.hlp]/// force_video);
  235. `keyword(T) get_font_info,[uw_help5.hlp]/// get_font_info);
  236. `keyword(U) get_key,[uw_help3.hlp]/// get_key);
  237. `keyword(V) init_clock,[uw_help6.hlp]/// init_clock);
  238. `keyword(W) init_mouse,[uw_help3.hlp]/// init_mouse);
  239. `keyword(X) init_printer,[uw_help6.hlp]/// init_printer);
  240. `keyword(Y) init_video,[uw_help1.hlp]/// init_video);
  241. `keyword(Z) install_font,[uw_help5.hlp]/// install_font);
  242. `keyword(A) item_add,[uw_help4.hlp]/// item_add);
  243. `keyword(B) load_font,[uw_help5.hlp]/// load_font);
  244. `keyword(C) make_top_window,[uw_help3.hlp]/// make_top_window);
  245. `keyword(D) menu_create,[uw_help4.hlp]/// menu_create);
  246. `keyword(E) menu_destroy,[uw_help4.hlp]/// menu_destroy);
  247. `keyword(F) menu_restore,[uw_help4.hlp]/// menu_restore);
  248. `keyword(G) menu_set,[uw_help4.hlp]/// menu_set);
  249. `keyword(H) menu_system,[uw_help4.hlp]/// menu_system);
  250. `keyword(I) move_wn_down,[uw_help3.hlp]/// move_wn_down);
  251. `keyword(J) move_wn_left,[uw_help3.hlp]/// move_wn_left);
  252. `keyword(K) move_wn_right,[uw_help3.hlp]/// move_wn_right);
  253. `keyword(L) move_wn_up,[uw_help3.hlp]/// move_wn_up);
  254. `keyword(M) mv_csr,[uw_help2.hlp]/// mv_csr);
  255. `keyword(N) m_colrange,[uw_help3.hlp]/// m_colrange);
  256. `keyword(O) m_hide,[uw_help3.hlp]/// m_hide);
  257. `keyword(P) m_lpen_off,[uw_help3.hlp]/// m_lpen_off);
  258. `keyword(Q) m_lpen_on,[uw_help3.hlp]/// m_lpen_on);
  259. `keyword(R) m_motion,[uw_help3.hlp]/// m_motion);
  260. `keyword(S) m_moveto,[uw_help3.hlp]/// m_moveto);
  261. `keyword(T) m_pos,[uw_help3.hlp]/// m_pos);
  262. `keyword(U) m_pressed,[uw_help3.hlp]/// m_pressed);
  263. `keyword(V) m_ratio,[uw_help3.hlp]/// m_ratio);
  264. `keyword(W) m_released,[uw_help3.hlp]/// m_released);
  265. `keyword(X) m_reset,[uw_help3.hlp]/// m_reset);
  266. `keyword(Y) m_rowrange,[uw_help3.hlp]/// m_rowrange);
  267. `keyword(Z) m_show,[uw_help3.hlp]/// m_show);
  268. `keyword(A) m_textcursor,[uw_help3.hlp]/// m_textcursor);
  269. `keyword(B) offset_rect,[uw_help4.hlp]/// offset_rect);
  270. `keyword(C) pl_csr,[uw_help2.hlp]/// pl_csr);
  271. `keyword(D) print_char,[uw_help6.hlp]/// print_char);
  272. `keyword(E) print_data,[uw_help6.hlp]/// print_data);
  273. `keyword(F) print_eol,[uw_help6.hlp]/// print_eol);
  274. `keyword(G) print_file,[uw_help6.hlp]/// print_file);
  275. `keyword(H) print_in_bkgrnd,[uw_help6.hlp]/// print_in_bkgrnd);
  276. `keyword(I) print_screen,[uw_help6.hlp]/// print_screen);
  277. `keyword(J) print_str,[uw_help6.hlp]/// print_str);
  278. `keyword(K) print_window,[uw_help6.hlp]/// print_window);
  279. `keyword(L) rd_csr,[uw_help2.hlp]/// rd_csr);
  280. `keyword(M) read_palette,[uw_help5.hlp]/// read_palette);
  281. `keyword(N) read_palette_all,[uw_help5.hlp]/// read_palette_all);
  282. `keyword(O) realloc_printer,[uw_help6.hlp]/// realloc_printer);
  283. `keyword(P) rect_enclosed,[uw_help4.hlp]/// rect_enclosed);
  284. `keyword(Q) rect_equal,[uw_help4.hlp]/// rect_equal);
  285. `keyword(R) rect_overlap,[uw_help4.hlp]/// rect_overlap);
  286. `keyword(S) refresh_column,[uw_help3.hlp]/// refresh_column);
  287. `keyword(T) refresh_desktop,[uw_help3.hlp]/// refresh_desktop);
  288. `keyword(U) refresh_rect,[uw_help3.hlp]/// refresh_rect);
  289. `keyword(V) refresh_row,[uw_help3.hlp]/// refresh_row);
  290. `keyword(W) reset_all_masks,[uw_help3.hlp]/// reset_all_masks);
  291. `keyword(X) rom8x14,[uw_help5.hlp]/// rom8x14);
  292. `keyword(Y) rom8x16,[uw_help5.hlp]/// rom8x16);
  293. `keyword(Z) rom8x8,[uw_help5.hlp]/// rom8x8);
  294. `keyword(A) save_font,[uw_help5.hlp]/// save_font);
  295. `keyword(B) set_block_ab,[uw_help5.hlp]/// set_block_ab);
  296. `keyword(C) set_idle_func,[uw_help3.hlp]/// set_idle_func);
  297. `keyword(D) set_mask,[uw_help1.hlp]/// set_mask);
  298. `keyword(E) set_prt_xlat,[uw_help6.hlp]/// set_prt_xlat);
  299. `keyword(F) set_rect,[uw_help4.hlp]/// set_rect);
  300. `keyword(G) set_vid_addr,[uw_help0.hlp]/// set_vid_addr);
  301. `keyword(H) tone,[uw_help6.hlp]/// tone);
  302. `keyword(I) wait_event,[uw_help3.hlp]/// wait_event);
  303. `keyword(J) wait_ticks,[uw_help3.hlp]/// wait_ticks);
  304. `keyword(K) wn_bksp,[uw_help2.hlp]/// wn_bksp);
  305. `keyword(L) wn_border,[uw_help1.hlp]/// wn_border);
  306. `keyword(M) wn_ch,[uw_help2.hlp]/// wn_ch);
  307. `keyword(N) wn_claol,[uw_help2.hlp]/// wn_claol);
  308. `keyword(O) wn_claos,[uw_help2.hlp]/// wn_claos);
  309. `keyword(P) wn_clbol,[uw_help2.hlp]/// wn_clbol);
  310. `keyword(Q) wn_clbos,[uw_help2.hlp]/// wn_clbos);
  311. `keyword(R) wn_clear,[uw_help1.hlp]/// wn_clear);
  312. `keyword(S) wn_clear_tabs,[uw_help2.hlp]/// wn_clear_tabs);
  313. `keyword(T) wn_cleol,[uw_help2.hlp]/// wn_cleol);
  314. `keyword(U) wn_cleos,[uw_help2.hlp]/// wn_cleos);
  315. `keyword(V) wn_cln,[uw_help2.hlp]/// wn_cln);
  316. `keyword(W) wn_co,[uw_help2.hlp]/// wn_co);
  317. `keyword(X) wn_create,[uw_help1.hlp]/// wn_create);
  318. `keyword(Y) wn_csr_dn,[uw_help2.hlp]/// wn_csr_dn);
  319. `keyword(Z) wn_csr_left,[uw_help2.hlp]/// wn_csr_left);
  320. `keyword(A) wn_csr_pos,[uw_help2.hlp]/// wn_csr_pos);
  321. `keyword(B) wn_csr_right,[uw_help2.hlp]/// wn_csr_right);
  322. `keyword(C) wn_csr_up,[uw_help2.hlp]/// wn_csr_up);
  323. `keyword(D) wn_destroy,[uw_help1.hlp]/// wn_destroy);
  324. `keyword(E) wn_gets,[uw_help4.hlp]/// wn_gets);
  325. `keyword(F) wn_gets_ll,[uw_help4.hlp]/// wn_gets_ll);
  326. `keyword(G) wn_hline,[uw_help2.hlp]/// wn_hline);
  327. `keyword(H) wn_init_tabs,[uw_help2.hlp]/// wn_init_tabs);
  328. `keyword(I) wn_ins_del_chars,[uw_help2.hlp]/// wn_ins_del_chars);
  329. `keyword(J) wn_ins_del_lines,[uw_help2.hlp]/// wn_ins_del_lines);
  330. `keyword(K) wn_move,[uw_help1.hlp]/// wn_move);
  331. `keyword(L) wn_och,[uw_help2.hlp]/// wn_och);
  332. `keyword(M) wn_plst,[uw_help2.hlp]/// wn_plst);
  333. `keyword(N) wn_printf,[uw_help2.hlp]/// wn_printf);
  334. `keyword(O) wn_qch,[uw_help2.hlp]/// wn_qch);
  335. `keyword(P) wn_reset_tab,[uw_help2.hlp]/// wn_reset_tab);
  336. `keyword(Q) wn_scroll_reg,[uw_help2.hlp]/// wn_scroll_reg);
  337. `keyword(R) wn_set,[uw_help1.hlp]/// wn_set);
  338. `keyword(S) wn_set_tab,[uw_help2.hlp]/// wn_set_tab);
  339. `keyword(T) wn_st,[uw_help2.hlp]/// wn_st);
  340. `keyword(U) wn_st_qty,[uw_help2.hlp]/// wn_st_qty);
  341. `keyword(V) wn_tab_left,[uw_help2.hlp]/// wn_tab_left);
  342. `keyword(W) wn_tab_right,[uw_help2.hlp]/// wn_tab_right);
  343. `keyword(X) wn_vline,[uw_help2.hlp]/// wn_vline);
  344. `keyword(Y) write_palette,[uw_help5.hlp]/// write_palette);
  345. `keyword(Z) write_palette_all,[uw_help5.hlp]/// write_palette_all);
  346.          
  347. `co(4,7);─ End ──────────────────────────────────────────────────────────────────────`co(7,1);`sound(1024,10);
  348.